added samples
[windows-sources.git] / sdk / samples / all in on code / Visual Studio 2008 / VBWinFormDesigner / CustomPropertyTab / UC_CustomPropertyTab.Designer.vb
blob540f3f75785fecfab02dc45b8482102879697139
1 Namespace CustomPropertyTab
2 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
3 Partial Class UC_CustomPropertyTab
4 Inherits System.Windows.Forms.UserControl
6 'UserControl overrides dispose to clean up the component list.
7 <System.Diagnostics.DebuggerNonUserCode()> _
8 Protected Overrides Sub Dispose(ByVal disposing As Boolean)
9 Try
10 If disposing AndAlso components IsNot Nothing Then
11 components.Dispose()
12 End If
13 Finally
14 MyBase.Dispose(disposing)
15 End Try
16 End Sub
18 'Required by the Windows Form Designer
19 Private components As System.ComponentModel.IContainer
21 'NOTE: The following procedure is required by the Windows Form Designer
22 'It can be modified using the Windows Form Designer.
23 'Do not modify it using the code editor.
24 <System.Diagnostics.DebuggerStepThrough()> _
25 Private Sub InitializeComponent()
26 components = New System.ComponentModel.Container()
27 Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
28 End Sub
30 End Class
31 End Namespace